Contents | < Browse | Browse >
Date Format

    With the Dateformat stringgadget you specify what format the Date
    beginning each new Entry should look like. All years, dates, seconds,
    other variables are preceeded with a `%'-sign, and followed by a
    Conversion Specifier. This conversion specifier will be replaced with
    the appropriate string. All other characters are shown just as in the
    stringgadget. To get a `%'-sign, use `%%'. A preview of what it will
    look like is shown in the gadget  below, labeled "Preview:"

    Example:

            The %d dogs ate the %m beefs!

        Would be shown as;

            The 26 dogs ate the 11 beefs!

        If entered on November the 26th.


    Default:    %A %d.%m.%y, %H:%M

    See Conversion Specifiers for a full list of them.

                                                                                                

Entry Separator

    This is just a string of characters that separates each entry.

    Default:    ======================